From b544c13bdba761d174d2cd9ebd4ee8ff835aed48 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sat, 9 Feb 2013 23:24:58 +0000 Subject: [PATCH] FORCE should not be a PHONY target, it is a prerequisite of real targets. --- gpsbabel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 6c139e4cf..499642cb9 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -131,7 +131,7 @@ WEB=@DOCDIR@ # particularly important, e.g. gui. .PHONY: all clean tag more-clean check torture install install-debug leaktest - dep doc FORCE + dep doc release-sourcecheck release-tarball release-rpm cross-configure release-winbuild release-upload mac-upload release rpm mac-release -- 2.30.2